home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000206_news@newsmaster….columbia.edu _Sat Oct 24 19:02:46 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA29718
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 24 Oct 1998 19:02:45 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA20624
  7.     for kermit.misc@watsun; Sat, 24 Oct 1998 19:02:45 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Stop automatic resetting of terminal emulation?
  12. Date: 24 Oct 1998 23:02:42 GMT
  13. Organization: Columbia University
  14. Lines: 17
  15. Message-ID: <70tmai$6kh$1@apakabar.cc.columbia.edu>
  16. References: <Pine.WNT.4.05.9810220906420.169-100000@neko.dental.washington.edu> <wegLF5YIzlTM@cc.usu.edu> <70q1jp$426$1@apakabar.cc.columbia.edu> <Pine.WNT.4.05.9810231439280.158-100000@neko.dental.washington.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9404
  19.  
  20. In article <Pine.WNT.4.05.9810231439280.158-100000@neko.dental.washington.edu>,
  21. Andrew J Pardoe  <ap@u.washington.edu> wrote:
  22. : ...
  23. : However, I expect that whenever a piece of software offers an unexpected
  24. : or extraordinary feature that the software provide a method to turn off
  25. : that feature. When I searched through my manuals I was looking for a
  26. : command similar to "SET TERMINAL TYPE AUTONEGOTIATION OFF".
  27. In case it is not apparent after all this discussion, the command is:
  28.  
  29.   SET TELNET TERMINAL-TYPE <string>
  30.  
  31. This sends the given terminal-type string to the other host if the host
  32. asks for a terminal type, period, the end -- no cycling thru a list, no
  33. alternative types, no aliases.  If the host doesn't understand it, tough.
  34.  
  35. - Frank